home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Win31Reg.pas' rev: 3.00
-
- #ifndef Win31RegHPP
- #define Win31RegHPP
- #include <Classes.hpp>
- #include <DsgnIntf.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Win31reg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TTabPageNameProperty;
- class PASCALIMPLEMENTATION TTabPageNameProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall SetValue(const System::AnsiString AValue);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageNameProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TTabPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class DELPHICLASS TTabPageListProperty;
- class PASCALIMPLEMENTATION TTabPageListProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall Edit(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageListProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TTabPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class DELPHICLASS TTabbedNotebookEditor;
- class PASCALIMPLEMENTATION TTabbedNotebookEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- public:
- /* TComponentEditor.Create */ __fastcall virtual TTabbedNotebookEditor(Classes::TComponent* AComponent
- , Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TTabbedNotebookEditor(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Win31reg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Win31reg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Win31Reg
-